ImageGear .NET v24.12 - Updated
Count Property (NativeObjectArray<T,TParentType>)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms.Internal Namespace > NativeObjectArray<T,TParentType> Class : Count Property
Gets the number of items in the array.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
'Usage
 
Dim instance As NativeObjectArray(Of T,TParentType)
Dim value As Integer
 
value = instance.Count
public int Count {get;}
public: __property int get_Count();
public:
property int Count {
   int get();
}

Property Value

The number of items in the array.
See Also

Reference

NativeObjectArray<T,TParentType> Class
NativeObjectArray<T,TParentType> Members